dsh-prompt-persona: Editing DSH System Prompt on Settings Page
@xilin3/dsh-prompt-persona is a DSH client plugin maintained by Xilin3, taking over the editing and persistence of deployment:persona on the web settings page. It supports three injection modes: replace, append, and off, along with real-time preview of the complete system prompt, optimistic concurrency saving based on revision, and template variables such as {{model}}, {{cwd}}, and {{provider}}. After installation, simply restart the DSH web to adjust the agent's role settings directly on the settings page, without modifying the Harness itself or manually writing a cordis.patch.yml file.
Read MoreCustom-First Control Prompt: Injecting System Segments and Reference Dialogues Before Persona
@wm-coders/dsh-custom-first-control-prompt is a DSH deployment-side prompt prefix plugin maintained by WM-CODER. It registers ordered system prompt segments before the persona through sections and prepends user/assistant reference conversations as real alternating messages to each ordinary dialogue request via history, intercepting through llm/stream with zero session log writing. The static content facilitates prefix KV cache reuse. Installation is done via `dsh plugin --profile web add`, with configuration written to `cordis.patch.yml` for targeted overrides or saved through the panel. It is suitable for scenarios requiring unified deployment rules and reference conversations; note the token duplication overhead, that it takes effect after a restart, and consider the plugin process permissions.
Read More